.marginT24 {
  margin-top: 17px;
}

.marginT32 {
  margin-top: 23px;
}

.blastcontent {
  background: #ffffff;
  border-radius: 2px;
}

.blastcontent .header {
  display: flex;
  align-items: center;
}

.blastcontent .header .img {
  width: 23px;
  height: 23px;
  margin-right: 5px;
}

.blastcontent .header .title {
  font-size: 17px;
  /* font-family: PingFangSC-Medium, PingFang SC; */
  font-weight: bold;
  color: #333333;
  line-height: 17px;
}

.blastcontent .blastitem {
}

.blastcontent .blastitem .list {
}

.blastcontent .blastitem .list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blastcontent .blastitem .list .addresstag {
  width: 32px;
  height: 17px;
  border-radius: 1px;
  border: 1px solid rgba(60, 110, 255, 0.3);
  font-size: 8px;
  /* font-family: PingFangSC-Medium, PingFang SC; */
  font-weight: 500;
  color: #4472f8;
  line-height: 17px;
  text-align: center;
}

.blastcontent .blastitem .list .txt {
  width: 192px;
  height: 18px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
  text-align: left;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  margin-left: 5px;
}

.blastcontent .speakbtn {
  width: 228px;
  height: 38px;
  background: rgba(7, 62, 115, 1);
  border-radius: 1px;
  font-size: 17px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 38px;
  text-align: center;
}

.blastcontent .speakbtn a {
  color: white !important;
}

.blastcontent .speakbtn:hover {
  opacity: 0.6;
}
